Skip to main content

Assignees

Assignees

FUNCTIONDESCRIPTIONSYNTAX
BossIdReturns a collection containing the Boss of all assignees of an Activity. The length of this collection will be greater than one when the assignment method is 'Everyone'. It is necessary to use brackets to iterate the collection. You must specify the index of the user and a user property (id, Boss, Area, Email, FullName).Me.Assignees[index].BossId
FullNameReturns a collection containing the full name of all assignees of an Activity. The length of this collection will be greater than one when the assignment method is 'Everyone'. It is necessary to use brackets to iterate the collection. You must specify the index of the user and a user property (id, Boss, Area, Email, FullName).Me.Assignees[index].FullName
getUserProperties["Property"]Returns a collection containing a specific user property of all assignees of an Activity.Parameter 1: index of the assignee Parameter 2: Property nameMe.Assignees[index].getUserProperties["Property"]
IdReturns a collection containing the user identifier of all assignees of an Activity. The length of this collection will be greater than one when the assignment method is 'Everyone'. It is necessary to use brackets to iterate the collection. You must specify the index of the user and a user property (id, Boss, Area, Email, FullName).Me.Assignees[index].Id
Location.NameReturns a collection containing the location of all assignees of an Activity. The length of this collection will be greater than one when the assignment method is 'Everyone'. It is necessary to use brackets to iterate the collection. You must specify the index of the user.Me.Assignees[index].Location.Name
PositionsReturns a collection containing the positions of a specific assignee of an Activity.Me.Assignees[index].Positions
RolesReturns a collection containing the roles of a specific assignee of an Activity.It is necessary to use brackets to iterate the collection. You must specify the index of the user.Me.Assignees[index].Roles
SkillsReturns a collection containing the skills of a specific assignee of an Activity.Me.Assignees[index].Skills
UserNameReturns a collection containing the user name of all assignees of an Activity. The length of this collection will be greater than one when the assignment method is 'Everyone'. It is necessary to use brackets to iterate the collection. You must specify the index of the user.It is necessary to use brackets to iterate the collection. You must specify the index of the user.Me.Assignees[index].UserName